home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Full / WebGraphics / GTImageViewer.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2001-09-22  |  716 b   |  38 lines

  1. object Form2: TForm2
  2.   Left = 118
  3.   Top = 118
  4.   Width = 206
  5.   Height = 201
  6.   Anchors = []
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Full Size View'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object FullSizeImage: TImage
  20.     Left = 8
  21.     Top = 32
  22.     Width = 161
  23.     Height = 113
  24.     Center = True
  25.     Stretch = True
  26.     OnClick = FullSizeImageClick
  27.   end
  28.   object Button1: TButton
  29.     Left = 8
  30.     Top = 8
  31.     Width = 81
  32.     Height = 17
  33.     Caption = 'Close'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37. end
  38.